home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / diffs / texinfo-.1 / info / makedoc.c < prev    next >
Encoding:
Text File  |  1994-08-05  |  490 b   |  19 lines

  1. *** orig/texinfo-.1/info/makedoc.c    Sun Aug 29 18:41:02 1993
  2. --- src/texinfo-.1/info/makedoc.c    Sun Aug 29 19:00:46 1993
  3. ***************
  4. *** 118,125 ****
  5. --- 118,130 ----
  6.   
  7.     if (tags_only)
  8.       {
  9. + #if defined (__MSDOS__)
  10. +       funs_filename = "nul";
  11. +       doc_filename = "nul";
  12. + #else /* __MSDOS__ */
  13.         funs_filename = "/dev/null";
  14.         doc_filename = "/dev/null";
  15. + #endif /* __MSDOS__ */
  16.       }
  17.     
  18.     funs_stream = must_fopen (funs_filename, "w");
  19.